#browserCheck{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    z-index: 99;
}
#browserCheck .check-bg{
    position:absolute;
    width:100%;
    height: 100%;
    z-index: 99;
}
#browserCheck .box-content{
    width: 470px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    padding: 16px;
    padding-bottom: 44px;
    z-index: 100;
}
#browserCheck .box-title{
    overflow: hidden;
}
#browserCheck .el-icon-close{
    font-size: 26px;
    float: right;
    cursor: pointer;
}
#browserCheck .check-contain{
    padding: 10px 34px;
}
#browserCheck .check-top{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
#browserCheck .check-tip{
    margin-bottom: 15px;
}
#browserCheck .imgList{
    overflow: hidden;
}
#browserCheck .img-item{
    font-size: 12px;
    text-align: center;
    float: left;
}
#browserCheck .img-title{
    margin-top: 8px;
}
#browserCheck .img-item:nth-child(2){
    margin: 0 54px 0 55px;
}
#browserCheck img{
    border-style: none;
}
#browserCheck a{
    color: #606060;
}